Load Balancer

aws/networking aws/service

💡 Definition

An Elastic Load Balancer (ELB) automatically distributes incoming application traffic across multiple targets, such as EC2 instances, containers, IP addresses, and Lambda functions. It increases the fault tolerance of your applications.

🔑 Key Concepts

⚙️ How it Works

  1. Client Request: A user sends a request to the Load Balancer's DNS name.
  2. Traffic Distribution: The Load Balancer uses its listeners and rules to route the request to a healthy target.
  3. Health Monitoring: Continuously checks the health of registered instances.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * EC2 * Auto Scaling * Route 53